home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / system / ffg202.zip / DEMO_BAT.ZIP / DELBAK.BAT < prev    next >
DOS Batch File  |  1995-04-01  |  269b  |  10 lines

  1. @echo off
  2. echo Here all .BAK files will be found and deleted.  You will be asked to confirm
  3. echo each file deletion.
  4. echo.
  5. call presskey
  6. :: Note use of double %% below.  Double %% are used instead of single % in
  7. :: batch files.
  8. echo on
  9. ffg *:*.bak /eDEL%%_%%n
  10.